home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Utilities / Memicon / ReadMe < prev   
Encoding:
Text File  |  2001-07-22  |  3.4 KB  |  102 lines

  1. Title : Memicon V0.48a
  2. OS : 3.5+
  3. Requires: 68020 or above.
  4.  
  5. Idea:
  6. Well after installing OS3.9 and removing the WB title bar I began to miss
  7. the memory display. So I thought I'd throw my own Memory display 
  8. together as an icon (and make it user configurable and font sensitive).
  9.  
  10. I decided to also follow the OS3.5/3.9 method of displaying Memory.
  11. So out with the old:
  12.  
  13. "2621440 bytes free" and in with the more compact and readable "2.5MB"
  14.  
  15. Much better :)
  16.  
  17. Usage:
  18. Double Click from Workbench.
  19.  
  20. ToolTypes (in Alphabetical Order):
  21. BACK_COL=0xRRGGBB - Hex Number representing the RED / GREEN and BLUE colour values.
  22. BACKGROUND=(TRUE or FALSE) - Turns Background Fill in On.
  23. BORDER=(SINGLE/DOUBLE or FALSE) - Put a cheap Border around the Display.
  24. BORDER_MV = Size of Vertical Margin.
  25.  
  26. CENTERTEXT=(TRUE or FALSE) - Centert Text Horizontally?
  27.  
  28. FONT="Font Face" - Specify a font type. (Do not add to '.font' extention)
  29. FONT_SIZE=Size of font.
  30.  
  31. OVERHEAD=(ECO,LOW,MED,NORMAL,HIGH) - Generally values on the right will give
  32. a quicker Clock and Memory Update (See Below).
  33.  
  34. POS_X=(Icon X position).
  35. POS_Y=(Icon Y position). 
  36.  
  37. SHOWCHIP=(TRUE or FALSE) - Show Chip Memory Usage.
  38. SHOWCLOCK=(TRUE or FALSE) - Show 12Hour Clock
  39.                        (12 or 24) - Show 12 or 24 Hour Clock.
  40. SHOWFAST=(TRUE or FALSE) - Show fast Memory Usage.
  41. SHOWOS=(TRUE or FALSE) - Show Current OS Version (3.5 or 3.9).
  42. SHOWSCREENINFO=(TRUE or FALSE) - Show Screen Dimension and Depth Info. 
  43.  
  44. TEXT_COL=0xRRGGBB - Hex Number representing the RED / GREEN and BLUE colour values.
  45. TITLE_CHIP={String 16 Characters} - Custom Chip Lettering.
  46. TITLE_FAST={String 16 Characters} - Custom Fast Lettering.
  47.  
  48. Overhead:
  49. Memicon does not take much CPU power at all, but in the tradition of Amiga
  50. programing it will allow you to alter the update speed and save you a few processor
  51. cycles here and there.
  52.  
  53. The OVERHEAD tool type can be set in the following ways :
  54.  
  55. ECO - Memory and Clock is updated every 5 seconds.
  56. LOW - Memory is updated every 4 seconds and the clock every 2 seconds.
  57. MED - Memory and Clock is updated every 2 seconds.
  58. NORMAL - Memory is updated every 5 seconds and the clock every 1 second.
  59. HIGH - Memory and Clock is updated every second. 
  60.  
  61. History:
  62. 0.48 - 12am - 1am bug fix (No minutes were updated - opps).
  63. 0.46 - Snapshot and Unsnapshpt now works
  64.           (allowing you to easily record the icons position).
  65.        - 24 Hour Clock.
  66. 0.44 - Temporary removal of GUI.
  67.        - Small bug fixes.
  68. 0.42 - Clock and Overhead flag added (Rendering improved).
  69. 0.40 - USE routines added for the GUI.
  70. 0.38 - Reaction GUI added (Double Click)
  71. 0.36 - Debug code removed
  72.        - Custom FAST and CHIP lettering. 
  73. 0.34 - Improved Locale Support (English Built in).
  74.        - Double Border
  75.        - Text is centered vertically.
  76.        - New BORDER_VM (Vertical Margin)
  77. 0.32 - Locale Support
  78. 0.30 - Fixed BORDER=FALSE.
  79.        - Icon is 1 pixel higher now.
  80. 0.28 - Added SHOWBORDER Option.
  81.        - OS3.5 now supported (I hope).
  82. 0.26 - Added SHOWOS Option.
  83. 0.24 - Initial Release.
  84.  
  85.  
  86. Current Bugs:
  87.     1/ When you change the screen mode the icon does not get new pens or alter the Screen Info Display.
  88.     2/ The border colours can not be defined yet and default to the Workbench defaults.
  89.  
  90.  
  91. Testing:
  92.     So please try it out and let me know of any bugs, ideas and suggestions
  93. (please include your setup).
  94.  
  95. All options require you to alter the tool types (have a play around).
  96.  
  97. Please report all bugs, ideas, suggestions to me :
  98.  
  99. Memicon@heams.freeserve.co.uk
  100.  
  101. Paul Heams.
  102.